home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000891_Nathan.Torkington@vuw.ac.nz _Thu Apr 15 02:39:10 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <Nathan.Torkington@vuw.ac.nz>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA16735; Thu, 15 Apr 93 02:39:10 MET DST
  4. Received: from kauri.vuw.ac.nz by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA24708; Thu, 15 Apr 1993 02:58:33 +0200
  6. Received: by kauri.vuw.ac.nz id AA24137
  7.   (5.65c/IDA-1.4.4 for www-talk@nxoc01.cern.ch); Thu, 15 Apr 1993 12:58:27 +1200
  8. Date: Thu, 15 Apr 1993 12:58:27 +1200
  9. From: Nathan Torkington <Nathan.Torkington@vuw.ac.nz>
  10. Message-Id: <199304150058.AA24137@kauri.vuw.ac.nz>
  11. To: www-talk@nxoc01.cern.ch
  12. In-Reply-To: Edward Vielmetti's message <m0njED4-001IF4C@garnet.msen.com>
  13. Subject: WAIS databases as first class WWW objects
  14.  
  15. Edward Vielmetti writes:
  16.  
  17. > I'd like to see WAIS databases treated as first class objects in WWW.
  18.  
  19. Testify!
  20.  
  21. > This probably involves moving code from the www-to-wais gateway into
  22. > the client library, or having "smart" clients go off and use 
  23. > "full featured" wais clients when they are presented with serviers.
  24.  
  25. I prefer the move into the client library, myself.  It would be
  26. exceptionally simple to do -- just steal some of the code from the
  27. existing gateway and munge munge munge.
  28.  
  29. > The next step of this is to take the wais directory of servers and
  30. > add value to it by writing a .src->.html converter that makes things
  31. > look really nice.
  32.  
  33. Yes!  Yes!  Such a converter should:
  34.  o recognise news.group.format
  35.  o recognise anonymous:/ftp/references
  36.  o recognise maintainer@e-mail.addresses
  37.  
  38. Hmm, there must be more -- if that were all, I could do it with sed
  39. commands:
  40.  
  41. s/([A-Za-z0-9-\.])+/<A HREF="news:\1">\1<\/A>/
  42. s/([A-Za-z0-9-\.]+)(:?/?)([A-Za-z0-9-\.\/]+)/<A HREF="file:\/\/\1\/\3">\1\2\3<\/A>/
  43. s/([A-Za-z0-9-\.]+@[A-Za-z0-9-\.])/<ADDRESS>\1<\/ADDRESS>/
  44.  
  45. Nat.